diff options
Diffstat (limited to 'target/device/Atmel/at91rm9200df/at91rm9200df_defconfig')
-rw-r--r-- | target/device/Atmel/at91rm9200df/at91rm9200df_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig b/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig index f72e34114..60018ca56 100644 --- a/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig +++ b/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig @@ -996,9 +996,9 @@ BR2_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION)" BR2_PACKAGE_LINUX_USE_KCONFIG=y # BR2_PACKAGE_LINUX_USE_DEFCONFIG is not set # BR2_PACKAGE_LINUX_USE_XCONFIG is not set -# BR2_MAKE_XCONFIG is not set -BR2_MAKE_MENUCONFIG=y -BR2_KERNEL_CONFIG_METHOD="menuconfig" +BR2_MAKE_XCONFIG=y +# BR2_MAKE_MENUCONFIG is not set +BR2_KERNEL_CONFIG_METHOD="xconfig" # BR2_LINUX_BIN_BZIMAGE is not set BR2_LINUX_BIN_UIMAGE=y # BR2_LINUX_BIN_VMLINUX is not set |