diff options
author | Eric Anholt <eric@anholt.net> | 2019-03-08 13:02:16 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2019-03-12 13:01:05 -0700 |
commit | 7a9b6be9fe58194d9a349159176e8cc0d8f10ef8 (patch) | |
tree | 62b2130fd8de6f3a6e2df207d8a1c6176272b991 /arch | |
parent | 4deabfae643d8852c643664d9088a647abfaa5d0 (diff) | |
download | linux-7a9b6be9fe58194d9a349159176e8cc0d8f10ef8.tar.bz2 |
arm64: bcm2835: Add missing dependency on MFD_CORE.
When adding the MFD dependency for power domains and WDT in bcm2835, I
added it only on the arm32 side and missed it for arm64.
Fixes: 5e6acc3e678e ("bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.")
Signed-off-by: Eric Anholt <eric@anholt.net>
Reported-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 251ecf34cb02..50f9fb562059 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -27,6 +27,7 @@ config ARCH_BCM2835 bool "Broadcom BCM2835 family" select TIMER_OF select GPIOLIB + select MFD_CORE select PINCTRL select PINCTRL_BCM2835 select ARM_AMBA |