summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-10-23 16:45:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:24 +0000
commit58ef101032c301f54b9ecc9fcc9b84b5038df030 (patch)
tree5db5fec052601ff482a359eb7117ea09d391857f /scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg
parent2813a9380f6266aa803f7425cefff1d5d44444bf (diff)
downloadpoky-58ef101032c301f54b9ecc9fcc9b84b5038df030.tar.gz
scripts/lib/bsp: delete, all users have been removed
With the removal of yocto-bsp and yocto-kernel there are no longer any users of this library, therefore delete it. (From meta-yocto rev: 0d44e59bfaa95162cf2133df1d08f6419314bb8e) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg66
1 files changed, 0 insertions, 66 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg
deleted file mode 100644
index 0cc906bbf0..0000000000
--- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg
+++ /dev/null
@@ -1,66 +0,0 @@
1# yocto-bsp-filename {{=machine}}.cfg
2#SOC
3CONFIG_CAVIUM_OCTEON_SOC=y
4CONFIG_CAVIUM_CN63XXP1=y
5CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE=2
6
7#Kernel
8CONFIG_SMP=y
9CONFIG_NR_CPUS=32
10#Executable file formats
11CONFIG_MIPS32_COMPAT=y
12CONFIG_MIPS32_O32=y
13CONFIG_MIPS32_N32=y
14
15
16#PCI
17CONFIG_PCI=y
18CONFIG_PCI_MSI=y
19
20#I2C
21CONFIG_I2C=y
22CONFIG_I2C_OCTEON=y
23
24CONFIG_HW_RANDOM_OCTEON=y
25
26#SPI
27CONFIG_SPI=y
28CONFIG_SPI_OCTEON=y
29
30#Misc
31CONFIG_EEPROM_AT24=y
32CONFIG_EEPROM_AT25=y
33CONFIG_OCTEON_WDT=y
34
35CONFIG_STAGING=y
36
37#Ethernet
38CONFIG_OCTEON_ETHERNET=y
39CONFIG_OCTEON_MGMT_ETHERNET=y
40CONFIG_MDIO_OCTEON=y
41
42#PHY
43CONFIG_MARVELL_PHY=y
44CONFIG_BROADCOM_PHY=y
45CONFIG_BCM87XX_PHY=y
46
47
48#USB
49CONFIG_USB=y
50CONFIG_OCTEON_USB=y
51CONFIG_USB_OCTEON_EHCI=y
52CONFIG_USB_OCTEON_OHCI=y
53CONFIG_USB_OCTEON2_COMMON=y
54
55CONFIG_MTD=y
56CONFIG_MTD_BLOCK=y
57CONFIG_MTD_CFI=y
58CONFIG_MTD_CFI_AMDSTD=y
59CONFIG_MTD_CMDLINE_PARTS=y
60
61CONFIG_SERIAL_8250=y
62CONFIG_SERIAL_8250_CONSOLE=y
63CONFIG_SERIAL_8250_NR_UARTS=2
64CONFIG_SERIAL_8250_RUNTIME_UARTS=2
65CONFIG_SERIAL_8250_DW=y
66