]> git.sur5r.net Git - u-boot/blobdiff - board/LaCie/netspace_v2/Kconfig
efi: Add a README to explain how things work
[u-boot] / board / LaCie / netspace_v2 / Kconfig
index fb6fbef92c8ba2624081a7d55d229ca212fc08e8..930b822dfbe71ea29b16de9620a52a6de99a6893 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_NETSPACE_V2
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "netspace_v2"
 
 config SYS_VENDOR
-       string
        default "LaCie"
 
-config SYS_SOC
-       string
-       default "kirkwood"
-
 config SYS_CONFIG_NAME
-       string
        default "lacie_kw"
 
 endif