Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[platform/kernel/u-boot.git] / arch / sandbox / Kconfig
index f078c9e..a8a90cb 100644 (file)
@@ -7,6 +7,9 @@ config SYS_ARCH
 config SYS_BOARD
        default "sandbox"
 
+config SYS_CPU
+       default "sandbox"
+
 config SYS_CONFIG_NAME
        default "sandbox"
 
@@ -17,4 +20,7 @@ config PCI
          used on some devices to allow the CPU to communicate with its
          peripherals.
 
+config DM_KEYBOARD
+       default y
+
 endmenu