diff options
Diffstat (limited to 'arch/mips/configs/generic/board-xilfpga.config')
-rw-r--r-- | arch/mips/configs/generic/board-xilfpga.config | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/mips/configs/generic/board-xilfpga.config b/arch/mips/configs/generic/board-xilfpga.config new file mode 100644 index 000000000..9cce57385 --- /dev/null +++ b/arch/mips/configs/generic/board-xilfpga.config | |||
@@ -0,0 +1,22 @@ | |||
1 | # require CONFIG_CPU_MIPS32_R2=y | ||
2 | # require CONFIG_CPU_LITTLE_ENDIAN=y | ||
3 | |||
4 | CONFIG_SERIAL_8250=y | ||
5 | CONFIG_SERIAL_8250_CONSOLE=y | ||
6 | CONFIG_SERIAL_OF_PLATFORM=y | ||
7 | CONFIG_GPIO_SYSFS=y | ||
8 | CONFIG_GPIO_XILINX=y | ||
9 | CONFIG_PANIC_ON_OOPS=y | ||
10 | CONFIG_FIT_IMAGE_FDT_XILFPGA=y | ||
11 | CONFIG_I2C=y | ||
12 | CONFIG_I2C_CHARDEV=y | ||
13 | CONFIG_I2C_XILINX=y | ||
14 | CONFIG_SENSORS_ADT7410=y | ||
15 | CONFIG_TMPFS=y | ||
16 | CONFIG_NET=y | ||
17 | CONFIG_PACKET=y | ||
18 | CONFIG_UNIX=y | ||
19 | CONFIG_INET=y | ||
20 | CONFIG_NETDEVICES=y | ||
21 | CONFIG_XILINX_EMACLITE=y | ||
22 | CONFIG_SMSC_PHY=y | ||