repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
[linux/fpc-iii.git]
/
drivers
/
soc
/
samsung
/
Kconfig
blob
d7fc123006a3158e37f8bc11d3e286e4ed7b4af8
1
#
2
# SAMSUNG SoC drivers
3
#
4
menuconfig SOC_SAMSUNG
5
bool "Samsung SoC driver support" if COMPILE_TEST
6
7
if SOC_SAMSUNG
8
9
config EXYNOS_PMU
10
bool "Exynos PMU controller driver" if COMPILE_TEST
11
depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
12
13
endif