diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-08-11 17:48:10 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-08-29 10:45:44 +0200 |
commit | 8a981ea176e27f793120f098072ac993af3c81c8 (patch) | |
tree | 2bab873c49f4ea65151427240e445eba6af8d6b3 /arch/arm/configs | |
parent | 1bc709eb315f58b5231c8f0137c73d2bdabca9cf (diff) | |
download | linux-stable-8a981ea176e27f793120f098072ac993af3c81c8.tar.gz linux-stable-8a981ea176e27f793120f098072ac993af3c81c8.tar.bz2 linux-stable-8a981ea176e27f793120f098072ac993af3c81c8.zip |
ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B
This is now default-enabled when CONFIG_SOC_SAMA7 is
used, so the defconfig entry can be dropped.
Fixes: f611af4c3bfa ("ARM: at91: Kconfig: implement PIT64B selection")
Acked-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 1cb293adecb1..2b564defe33e 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1044,7 +1044,6 @@ CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y -CONFIG_MICROCHIP_PIT64B=y CONFIG_BCM2835_MBOX=y CONFIG_QCOM_APCS_IPC=y CONFIG_QCOM_IPCC=y |