aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig13
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index f78c9a2c7e28..9ceccef9c649 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -34,7 +34,6 @@ config BLACKFIN
34 select ARCH_WANT_IPC_PARSE_VERSION 34 select ARCH_WANT_IPC_PARSE_VERSION
35 select GENERIC_ATOMIC64 35 select GENERIC_ATOMIC64
36 select GENERIC_IRQ_PROBE 36 select GENERIC_IRQ_PROBE
37 select USE_GENERIC_SMP_HELPERS if SMP
38 select HAVE_NMI_WATCHDOG if NMI_WATCHDOG 37 select HAVE_NMI_WATCHDOG if NMI_WATCHDOG
39 select GENERIC_SMP_IDLE_THREAD 38 select GENERIC_SMP_IDLE_THREAD
40 select ARCH_USES_GETTIMEOFFSET if !GENERIC_CLOCKEVENTS 39 select ARCH_USES_GETTIMEOFFSET if !GENERIC_CLOCKEVENTS
@@ -52,6 +51,9 @@ config GENERIC_BUG
52config ZONE_DMA 51config ZONE_DMA
53 def_bool y 52 def_bool y
54 53
54config GENERIC_GPIO
55 def_bool y
56
55config FORCE_MAX_ZONEORDER 57config FORCE_MAX_ZONEORDER
56 int 58 int
57 default "14" 59 default "14"
@@ -317,6 +319,14 @@ config BF53x
317 depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537) 319 depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537)
318 default y 320 default y
319 321
322config GPIO_ADI
323 def_bool y
324 depends on (BF51x || BF52x || BF53x || BF538 || BF539 || BF561)
325
326config PINCTRL
327 def_bool y
328 depends on BF54x || BF60x
329
320config MEM_MT48LC64M4A2FB_7E 330config MEM_MT48LC64M4A2FB_7E
321 bool 331 bool
322 depends on (BFIN533_STAMP) 332 depends on (BFIN533_STAMP)
@@ -1429,7 +1439,6 @@ source "drivers/cpufreq/Kconfig"
1429config BFIN_CPU_FREQ 1439config BFIN_CPU_FREQ
1430 bool 1440 bool
1431 depends on CPU_FREQ 1441 depends on CPU_FREQ
1432 select CPU_FREQ_TABLE
1433 default y 1442 default y
1434 1443
1435config CPU_VOLTAGE 1444config CPU_VOLTAGE