summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/config/socfpga-base/features/altera/altera-ip.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/config/socfpga-base/features/altera/altera-ip.cfg')
-rw-r--r--recipes-kernel/linux/config/socfpga-base/features/altera/altera-ip.cfg40
1 files changed, 0 insertions, 40 deletions
diff --git a/recipes-kernel/linux/config/socfpga-base/features/altera/altera-ip.cfg b/recipes-kernel/linux/config/socfpga-base/features/altera/altera-ip.cfg
deleted file mode 100644
index c16f049..0000000
--- a/recipes-kernel/linux/config/socfpga-base/features/altera/altera-ip.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
1
2# Serial/UART
3CONFIG_SERIAL_ALTERA_JTAGUART=m
4CONFIG_SERIAL_ALTERA_UART=m
5CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4
6CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200
7
8# Watchdog
9CONFIG_WATCHDOG=y
10
11# Ethernet
12CONFIG_ALTERA_TSE=m
13
14# GPIO
15CONFIG_GPIOLIB=y
16CONFIG_OF_GPIO=y
17CONFIG_GPIO_SYSFS=y
18CONFIG_GPIO_ALTERA=m
19
20# SPI
21CONFIG_SPI=y
22CONFIG_SPI_ALTERA=m
23CONFIG_SPI_BITBANG=m
24
25# Video
26CONFIG_FB=y
27CONFIG_FB_CFB_FILLRECT=m
28CONFIG_FB_CFB_COPYAREA=m
29CONFIG_FB_CFB_IMAGEBLIT=m
30CONFIG_FB_ALTERA_VIP=m
31
32# Mailbox
33CONFIG_MAILBOX=y
34CONFIG_ALTERA_MBOX=m
35
36# Misc
37CONFIG_ALTERA_HWMUTEX=m
38CONFIG_ALTERA_SYSID=m
39CONFIG_ALTERA_ILC=m
40