]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/st/stv0991/Kconfig
karo: tx6: rework PMIC code to allow for different configs for same chip
[karo-tx-uboot.git] / board / st / stv0991 / Kconfig
index 8bda3499073b26bd4628c1eccc9efeec6f2b919d..007712f9c61de5fec6055411e334a893be729a07 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_STV0991
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "stv0991"
 
 config SYS_VENDOR
-       string
        default "st"
 
 config SYS_SOC
-       string
        default "stv0991"
 
 config SYS_CONFIG_NAME
-       string
        default "stv0991"
 
 endif