X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fblackfin%2FKconfig;h=e887b57c3176705d90beeebcc39123836f5eff1b;hb=c503a56ce07a42a247e89672187132a28cf0efd4;hp=eb382aedd9a232c9d85173356bf4ed44d33fb6b5;hpb=08f9248b844d35ea685a714225f05e5f651e4772;p=karo-tx-linux.git diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index eb382aedd9a2..e887b57c3176 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -52,6 +52,9 @@ config GENERIC_BUG config ZONE_DMA def_bool y +config GENERIC_GPIO + def_bool y + config FORCE_MAX_ZONEORDER int default "14" @@ -317,6 +320,14 @@ config BF53x depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537) default y +config GPIO_ADI + def_bool y + depends on (BF51x || BF52x || BF53x || BF538 || BF539 || BF561) + +config PINCTRL + def_bool y + depends on BF54x || BF60x + config MEM_MT48LC64M4A2FB_7E bool depends on (BFIN533_STAMP)