diff options
Diffstat (limited to 'board/raspberrypi/rpi_b/Kconfig')
-rw-r--r-- | board/raspberrypi/rpi_b/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/raspberrypi/rpi_b/Kconfig b/board/raspberrypi/rpi_b/Kconfig new file mode 100644 index 0000000..6e99c91 --- /dev/null +++ b/board/raspberrypi/rpi_b/Kconfig @@ -0,0 +1,23 @@ +if TARGET_RPI_B + +config SYS_CPU + string + default "arm1176" + +config SYS_BOARD + string + default "rpi_b" + +config SYS_VENDOR + string + default "raspberrypi" + +config SYS_SOC + string + default "bcm2835" + +config SYS_CONFIG_NAME + string + default "rpi_b" + +endif |