summaryrefslogtreecommitdiff
path: root/configs/devkit8000_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:18 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:47 +0300
commit9b0240f8c6a1caa42da73835090fcb6db60f3d23 (patch)
tree11dd2098433b1780a444e45611f798c1a60dea2a /configs/devkit8000_defconfig
parent6bd2372094ab4827547ec0d3e5a258b72810cafd (diff)
downloadu-boot-9b0240f8c6a1caa42da73835090fcb6db60f3d23.tar.xz
Convert CONFIG_DM9000_BYTE_SWAPPED et al to Kconfig
This converts the following to Kconfig: CONFIG_DM9000_BYTE_SWAPPED CONFIG_DM9000_NO_SROM CONFIG_DM9000_USE_16BIT CONFIG_DM9000_DEBUG CONFIG_MXC_GPT_HCLK CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/devkit8000_defconfig')
-rw-r--r--configs/devkit8000_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/devkit8000_defconfig b/configs/devkit8000_defconfig
index 8347b67681..6fd4410df5 100644
--- a/configs/devkit8000_defconfig
+++ b/configs/devkit8000_defconfig
@@ -84,4 +84,6 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_DRIVER_DM9000=y
+CONFIG_DM9000_NO_SROM=y
+CONFIG_DM9000_USE_16BIT=y
CONFIG_JFFS2_NAND=y