diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index a1199b2e9d2b..74314bd8be39 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -324,6 +324,10 @@ config GPIO_ADI | |||
324 | def_bool y | 324 | def_bool y |
325 | depends on (BF51x || BF52x || BF53x || BF538 || BF539 || BF561) | 325 | depends on (BF51x || BF52x || BF53x || BF538 || BF539 || BF561) |
326 | 326 | ||
327 | config PINCTRL | ||
328 | def_bool y | ||
329 | depends on BF54x || BF60x | ||
330 | |||
327 | config MEM_MT48LC64M4A2FB_7E | 331 | config MEM_MT48LC64M4A2FB_7E |
328 | bool | 332 | bool |
329 | depends on (BFIN533_STAMP) | 333 | depends on (BFIN533_STAMP) |