]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/genesi/mx51_efikamx/Kconfig
karo: tx6: rework PMIC code to allow for different configs for same chip
[karo-tx-uboot.git] / board / genesi / mx51_efikamx / Kconfig
index adfddebff15d6a7a7d9a2e6578da796761fc8ff9..355702a4b6dfbfd2ea868e91435facaf694b5194 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_MX51_EFIKAMX
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "mx51_efikamx"
 
 config SYS_VENDOR
-       string
        default "genesi"
 
 config SYS_SOC
-       string
        default "mx5"
 
 config SYS_CONFIG_NAME
-       string
        default "mx51_efikamx"
 
 endif