aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
blob: f5d2ede40af5b28bc372da74d630f6b7dd909320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# SPDX-License-Identifier: MIT
#.........................................................................
#                                WARNING
#
# This file is a kernel configuration fragment, and not a full kernel
# configuration file.  The final kernel configuration is made up of
# an assembly of processed fragments, each of which is designed to
# capture a specific part of the final configuration (e.g. platform
# configuration, feature configuration, and board specific hardware
# configuration).  For more information on kernel configuration, please
# consult the product documentation.
#
#.........................................................................
CONFIG_PPC32=y
CONFIG_PPC_UDBG_16550=y

#
# Processor support
#
CONFIG_PPC_83xx=y

#
# Platform support
#
CONFIG_MPC831x_RDB=y
CONFIG_PPC_CHRP=n
CONFIG_PPC_PMAC=n

#
# Bus options
#
CONFIG_PCI=y

#
# Memory Technology Devices (MTD)
#
CONFIG_MTD=y
CONFIG_MTD_CMDLINE_PARTS=y
CONFIG_MTD_OF_PARTS=y

#
# User Modules And Translation Layers
#
CONFIG_MTD_BLOCK=y

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_AMDSTD=y

#
# Mapping drivers for chip access
#
CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_PHYSMAP_OF=y

#
# NAND Flash Device Drivers
#
CONFIG_MTD_RAW_NAND=y
CONFIG_MTD_NAND_FSL_ELBC=y

#
# Ethernet (1000 Mbit)
#
CONFIG_GIANFAR=y
CONFIG_REALTEK_PHY=y

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=2

#
# Watchdog Device Drivers
#
CONFIG_8xxx_WDT=y

#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y

#
# I2C Hardware Bus support
#
CONFIG_I2C_MPC=y

CONFIG_SENSORS_LM75=y

#
# Miscellaneous I2C Chip support
#
CONFIG_EEPROM_AT24=y

#
# SPI support
#
CONFIG_SPI=y
CONFIG_SPI_DEBUG=n
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
CONFIG_SPI_FSL_SPI=y

#
# SPI Protocol Masters
#
CONFIG_HWMON=y

#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_LOGGING=y

CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_SATA_FSL=y
CONFIG_ATA_SFF=y

#
# USB support
#
CONFIG_USB=y

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_STORAGE=y

#
# Real Time Clock
#
CONFIG_RTC_CLASS=y

#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=y

CONFIG_CRYPTO_DEV_TALITOS=m

CONFIG_FSL_DMA=y

CONFIG_MMC=y
CONFIG_MMC_SPI=m