diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-08-11 15:56:36 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-08-29 10:38:22 +0200 |
commit | e92ab51026ae1616697c21bb86c2b821856c0ea3 (patch) | |
tree | 9c48c0043f1e4af4cd112f8470936824fa5518d2 /arch/arm/configs/at91_dt_defconfig | |
parent | Linux 6.0-rc1 (diff) | |
download | linux-e92ab51026ae1616697c21bb86c2b821856c0ea3.tar.xz linux-e92ab51026ae1616697c21bb86c2b821856c0ea3.zip |
ARM: defconfig: reorder defconfig files
The debug-info and can subystem options have moved around in the
'savedefconfig' output, so fix these up to reduce the clutter
from the savedefconfig command.
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/at91_dt_defconfig')
-rw-r--r-- | arch/arm/configs/at91_dt_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index da90ce9cd42e..5cc72266eaff 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -40,7 +40,6 @@ CONFIG_IP_PNP_RARP=y # CONFIG_INET_DIAG is not set CONFIG_IPV6_SIT_6RD=y CONFIG_CAN=y -CONFIG_CAN_AT91=y CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_DEVTMPFS=y @@ -81,6 +80,7 @@ CONFIG_DM9000=y # CONFIG_NET_VENDOR_STMICRO is not set CONFIG_DAVICOM_PHY=y CONFIG_MICREL_PHY=y +CONFIG_CAN_AT91=y CONFIG_LIBERTAS=m CONFIG_LIBERTAS_SDIO=m CONFIG_LIBERTAS_SPI=m |