cris: add dev88_defconfig
authorNiklas Cassel <nks@flawful.org>
Thu, 22 Sep 2016 14:41:20 +0000 (16:41 +0200)
committerJesper Nilsson <jespern@axis.com>
Thu, 22 Sep 2016 14:41:20 +0000 (16:41 +0200)
commit7daa7709c0d7a74c6b36443c65b0a22e45308b59
tree72466474dcb15cab6c1aae47a430d6717a324913
parent75e52ba125702608809726c1884046117631d0fe
cris: add dev88_defconfig

It is not possible to netboot a dev88 using etraxfs_defconfig,
since etraxfs_defconfig does not set CONFIG_ETRAX_MEM_GRP*_CONFIG
or CONFIG_ETRAX_SDRAM_GRP*_CONFIG, and the default values does not work.

This new defconfig has correct memory configuration values,
points out the correct DTB to build in (CONFIG_BUILTIN_DTB="dev88"),
enables the serial driver (CONFIG_SERIAL_ETRAXFS) and the
GPIO driver (CONFIG_GPIO_ETRAXFS), and enables LEDS.

Signed-off-by: Niklas Cassel <nks@flawful.org>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
arch/cris/configs/dev88_defconfig [new file with mode: 0644]