[PATCH] ppc32: Remove board support for RAINIER
Support for the RAINIER board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
37330c9146
commit
d2d34169cc
|
@ -926,39 +926,3 @@ embed_config(bd_t **bdp)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_RAINIER
|
|
||||||
/* Rainier uses vxworks bootrom */
|
|
||||||
void
|
|
||||||
embed_config(bd_t **bdp)
|
|
||||||
{
|
|
||||||
u_char *cp;
|
|
||||||
int i;
|
|
||||||
bd_t *bd;
|
|
||||||
|
|
||||||
bd = &bdinfo;
|
|
||||||
*bdp = bd;
|
|
||||||
|
|
||||||
for(i=0;i<8192;i+=32) {
|
|
||||||
__asm__("dccci 0,%0" :: "r" (i));
|
|
||||||
}
|
|
||||||
__asm__("iccci 0,0");
|
|
||||||
__asm__("sync;isync");
|
|
||||||
|
|
||||||
/* init ram for parity */
|
|
||||||
memset(0, 0,0x400000); /* Lo memory */
|
|
||||||
|
|
||||||
|
|
||||||
bd->bi_memsize = (32 * 1024 * 1024) ;
|
|
||||||
bd->bi_intfreq = 133000000; //the internal clock is 133 MHz
|
|
||||||
bd->bi_busfreq = 100000000;
|
|
||||||
bd->bi_pci_busfreq= 33000000;
|
|
||||||
|
|
||||||
cp = (u_char *)def_enet_addr;
|
|
||||||
for (i=0; i<6; i++) {
|
|
||||||
bd->bi_enetaddr[i] = *cp++;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
|
@ -1,599 +0,0 @@
|
||||||
#
|
|
||||||
# Automatically generated make config: don't edit
|
|
||||||
#
|
|
||||||
CONFIG_MMU=y
|
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
|
||||||
CONFIG_HAVE_DEC_LOCK=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Code maturity level options
|
|
||||||
#
|
|
||||||
CONFIG_EXPERIMENTAL=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# General setup
|
|
||||||
#
|
|
||||||
# CONFIG_SWAP is not set
|
|
||||||
CONFIG_SYSVIPC=y
|
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
|
||||||
CONFIG_SYSCTL=y
|
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
|
||||||
CONFIG_EMBEDDED=y
|
|
||||||
CONFIG_FUTEX=y
|
|
||||||
# CONFIG_EPOLL is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Loadable module support
|
|
||||||
#
|
|
||||||
CONFIG_MODULES=y
|
|
||||||
# CONFIG_MODULE_UNLOAD is not set
|
|
||||||
CONFIG_OBSOLETE_MODPARM=y
|
|
||||||
CONFIG_MODVERSIONS=y
|
|
||||||
CONFIG_KMOD=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Platform support
|
|
||||||
#
|
|
||||||
CONFIG_PPC=y
|
|
||||||
CONFIG_PPC32=y
|
|
||||||
# CONFIG_6xx is not set
|
|
||||||
CONFIG_40x=y
|
|
||||||
# CONFIG_POWER3 is not set
|
|
||||||
# CONFIG_8xx is not set
|
|
||||||
CONFIG_4xx=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# IBM 4xx options
|
|
||||||
#
|
|
||||||
# CONFIG_ASH is not set
|
|
||||||
# CONFIG_BEECH is not set
|
|
||||||
# CONFIG_CEDAR is not set
|
|
||||||
# CONFIG_CPCI405 is not set
|
|
||||||
# CONFIG_EP405 is not set
|
|
||||||
# CONFIG_OAK is not set
|
|
||||||
# CONFIG_REDWOOD_4 is not set
|
|
||||||
# CONFIG_REDWOOD_5 is not set
|
|
||||||
# CONFIG_REDWOOD_6 is not set
|
|
||||||
# CONFIG_SYCAMORE is not set
|
|
||||||
# CONFIG_TIVO is not set
|
|
||||||
CONFIG_WALNUT=y
|
|
||||||
CONFIG_IBM405_ERR77=y
|
|
||||||
CONFIG_IBM405_ERR51=y
|
|
||||||
CONFIG_IBM_OCP=y
|
|
||||||
CONFIG_BIOS_FIXUP=y
|
|
||||||
CONFIG_405GP=y
|
|
||||||
CONFIG_IBM_OPENBIOS=y
|
|
||||||
CONFIG_405_DMA=y
|
|
||||||
# CONFIG_PM is not set
|
|
||||||
CONFIG_UART0_TTYS0=y
|
|
||||||
# CONFIG_UART0_TTYS1 is not set
|
|
||||||
CONFIG_NOT_COHERENT_CACHE=y
|
|
||||||
# CONFIG_SMP is not set
|
|
||||||
# CONFIG_PREEMPT is not set
|
|
||||||
# CONFIG_MATH_EMULATION is not set
|
|
||||||
# CONFIG_CPU_FREQ is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# General setup
|
|
||||||
#
|
|
||||||
# CONFIG_HIGHMEM is not set
|
|
||||||
CONFIG_PCI=y
|
|
||||||
CONFIG_PCI_DOMAINS=y
|
|
||||||
# CONFIG_PC_KEYBOARD is not set
|
|
||||||
CONFIG_KCORE_ELF=y
|
|
||||||
CONFIG_BINFMT_ELF=y
|
|
||||||
CONFIG_KERNEL_ELF=y
|
|
||||||
# CONFIG_BINFMT_MISC is not set
|
|
||||||
# CONFIG_PCI_LEGACY_PROC is not set
|
|
||||||
CONFIG_PCI_NAMES=y
|
|
||||||
# CONFIG_HOTPLUG is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Parallel port support
|
|
||||||
#
|
|
||||||
# CONFIG_PARPORT is not set
|
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Advanced setup
|
|
||||||
#
|
|
||||||
# CONFIG_ADVANCED_OPTIONS is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Default settings for advanced configuration options are used
|
|
||||||
#
|
|
||||||
CONFIG_HIGHMEM_START=0xfe000000
|
|
||||||
CONFIG_LOWMEM_SIZE=0x30000000
|
|
||||||
CONFIG_KERNEL_START=0xc0000000
|
|
||||||
CONFIG_TASK_SIZE=0x80000000
|
|
||||||
CONFIG_BOOT_LOAD=0x00400000
|
|
||||||
|
|
||||||
#
|
|
||||||
# Memory Technology Devices (MTD)
|
|
||||||
#
|
|
||||||
# CONFIG_MTD is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Plug and Play support
|
|
||||||
#
|
|
||||||
# CONFIG_PNP is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Block devices
|
|
||||||
#
|
|
||||||
# CONFIG_BLK_DEV_FD is not set
|
|
||||||
# CONFIG_BLK_CPQ_DA is not set
|
|
||||||
# CONFIG_BLK_CPQ_CISS_DA is not set
|
|
||||||
# CONFIG_BLK_DEV_DAC960 is not set
|
|
||||||
# CONFIG_BLK_DEV_UMEM is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_DEV_NBD=y
|
|
||||||
CONFIG_BLK_DEV_RAM=y
|
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Multi-device support (RAID and LVM)
|
|
||||||
#
|
|
||||||
# CONFIG_MD is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# ATA/IDE/MFM/RLL support
|
|
||||||
#
|
|
||||||
# CONFIG_IDE is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# SCSI support
|
|
||||||
#
|
|
||||||
# CONFIG_SCSI is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Fusion MPT device support
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
|
|
||||||
#
|
|
||||||
# CONFIG_IEEE1394 is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# I2O device support
|
|
||||||
#
|
|
||||||
# CONFIG_I2O is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Networking support
|
|
||||||
#
|
|
||||||
CONFIG_NET=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Networking options
|
|
||||||
#
|
|
||||||
CONFIG_PACKET=y
|
|
||||||
# CONFIG_PACKET_MMAP is not set
|
|
||||||
# CONFIG_NETLINK_DEV is not set
|
|
||||||
# CONFIG_NETFILTER is not set
|
|
||||||
CONFIG_UNIX=y
|
|
||||||
# CONFIG_NET_KEY is not set
|
|
||||||
CONFIG_INET=y
|
|
||||||
CONFIG_IP_MULTICAST=y
|
|
||||||
# CONFIG_IP_ADVANCED_ROUTER is not set
|
|
||||||
CONFIG_IP_PNP=y
|
|
||||||
# CONFIG_IP_PNP_DHCP is not set
|
|
||||||
CONFIG_IP_PNP_BOOTP=y
|
|
||||||
CONFIG_IP_PNP_RARP=y
|
|
||||||
# CONFIG_NET_IPIP is not set
|
|
||||||
# CONFIG_NET_IPGRE is not set
|
|
||||||
# CONFIG_IP_MROUTE is not set
|
|
||||||
# CONFIG_ARPD is not set
|
|
||||||
# CONFIG_INET_ECN is not set
|
|
||||||
CONFIG_SYN_COOKIES=y
|
|
||||||
# CONFIG_INET_AH is not set
|
|
||||||
# CONFIG_INET_ESP is not set
|
|
||||||
# CONFIG_INET_IPCOMP is not set
|
|
||||||
# CONFIG_IPV6 is not set
|
|
||||||
# CONFIG_XFRM_USER is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# SCTP Configuration (EXPERIMENTAL)
|
|
||||||
#
|
|
||||||
CONFIG_IPV6_SCTP__=y
|
|
||||||
# CONFIG_IP_SCTP is not set
|
|
||||||
# CONFIG_ATM is not set
|
|
||||||
# CONFIG_VLAN_8021Q is not set
|
|
||||||
# CONFIG_LLC is not set
|
|
||||||
# CONFIG_DECNET is not set
|
|
||||||
# CONFIG_BRIDGE is not set
|
|
||||||
# CONFIG_X25 is not set
|
|
||||||
# CONFIG_LAPB is not set
|
|
||||||
# CONFIG_NET_DIVERT is not set
|
|
||||||
# CONFIG_ECONET is not set
|
|
||||||
# CONFIG_WAN_ROUTER is not set
|
|
||||||
# CONFIG_NET_HW_FLOWCONTROL is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# QoS and/or fair queueing
|
|
||||||
#
|
|
||||||
# CONFIG_NET_SCHED is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Network testing
|
|
||||||
#
|
|
||||||
# CONFIG_NET_PKTGEN is not set
|
|
||||||
CONFIG_NETDEVICES=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# ARCnet devices
|
|
||||||
#
|
|
||||||
# CONFIG_ARCNET is not set
|
|
||||||
# CONFIG_DUMMY is not set
|
|
||||||
# CONFIG_BONDING is not set
|
|
||||||
# CONFIG_EQUALIZER is not set
|
|
||||||
# CONFIG_TUN is not set
|
|
||||||
# CONFIG_ETHERTAP is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Ethernet (10 or 100Mbit)
|
|
||||||
#
|
|
||||||
CONFIG_NET_ETHERNET=y
|
|
||||||
CONFIG_MII=y
|
|
||||||
# CONFIG_OAKNET is not set
|
|
||||||
# CONFIG_HAPPYMEAL is not set
|
|
||||||
# CONFIG_SUNGEM is not set
|
|
||||||
# CONFIG_NET_VENDOR_3COM is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Tulip family network device support
|
|
||||||
#
|
|
||||||
# CONFIG_NET_TULIP is not set
|
|
||||||
# CONFIG_HP100 is not set
|
|
||||||
CONFIG_NET_PCI=y
|
|
||||||
CONFIG_PCNET32=y
|
|
||||||
# CONFIG_AMD8111_ETH is not set
|
|
||||||
# CONFIG_ADAPTEC_STARFIRE is not set
|
|
||||||
# CONFIG_B44 is not set
|
|
||||||
# CONFIG_DGRS is not set
|
|
||||||
CONFIG_EEPRO100=y
|
|
||||||
# CONFIG_EEPRO100_PIO is not set
|
|
||||||
# CONFIG_E100 is not set
|
|
||||||
# CONFIG_FEALNX is not set
|
|
||||||
# CONFIG_NATSEMI is not set
|
|
||||||
# CONFIG_NE2K_PCI is not set
|
|
||||||
# CONFIG_8139CP is not set
|
|
||||||
# CONFIG_8139TOO is not set
|
|
||||||
# CONFIG_SIS900 is not set
|
|
||||||
# CONFIG_EPIC100 is not set
|
|
||||||
# CONFIG_SUNDANCE is not set
|
|
||||||
# CONFIG_TLAN is not set
|
|
||||||
# CONFIG_VIA_RHINE is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Ethernet (1000 Mbit)
|
|
||||||
#
|
|
||||||
# CONFIG_ACENIC is not set
|
|
||||||
# CONFIG_DL2K is not set
|
|
||||||
# CONFIG_E1000 is not set
|
|
||||||
# CONFIG_NS83820 is not set
|
|
||||||
# CONFIG_HAMACHI is not set
|
|
||||||
# CONFIG_YELLOWFIN is not set
|
|
||||||
# CONFIG_R8169 is not set
|
|
||||||
# CONFIG_SK98LIN is not set
|
|
||||||
# CONFIG_TIGON3 is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Ethernet (10000 Mbit)
|
|
||||||
#
|
|
||||||
# CONFIG_IXGB is not set
|
|
||||||
# CONFIG_FDDI is not set
|
|
||||||
# CONFIG_HIPPI is not set
|
|
||||||
CONFIG_PPP=y
|
|
||||||
# CONFIG_PPP_MULTILINK is not set
|
|
||||||
# CONFIG_PPP_FILTER is not set
|
|
||||||
# CONFIG_PPP_ASYNC is not set
|
|
||||||
# CONFIG_PPP_SYNC_TTY is not set
|
|
||||||
# CONFIG_PPP_DEFLATE is not set
|
|
||||||
# CONFIG_PPP_BSDCOMP is not set
|
|
||||||
# CONFIG_PPPOE is not set
|
|
||||||
# CONFIG_SLIP is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Wireless LAN (non-hamradio)
|
|
||||||
#
|
|
||||||
# CONFIG_NET_RADIO is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Token Ring devices (depends on LLC=y)
|
|
||||||
#
|
|
||||||
# CONFIG_RCPCI is not set
|
|
||||||
# CONFIG_SHAPER is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Wan interfaces
|
|
||||||
#
|
|
||||||
# CONFIG_WAN is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Amateur Radio support
|
|
||||||
#
|
|
||||||
# CONFIG_HAMRADIO is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# IrDA (infrared) support
|
|
||||||
#
|
|
||||||
# CONFIG_IRDA is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# ISDN subsystem
|
|
||||||
#
|
|
||||||
# CONFIG_ISDN_BOOL is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Graphics support
|
|
||||||
#
|
|
||||||
# CONFIG_FB is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Old CD-ROM drivers (not SCSI, not IDE)
|
|
||||||
#
|
|
||||||
# CONFIG_CD_NO_IDESCSI is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Input device support
|
|
||||||
#
|
|
||||||
# CONFIG_INPUT is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Userland interfaces
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Input I/O drivers
|
|
||||||
#
|
|
||||||
# CONFIG_GAMEPORT is not set
|
|
||||||
CONFIG_SOUND_GAMEPORT=y
|
|
||||||
CONFIG_SERIO=y
|
|
||||||
CONFIG_SERIO_I8042=y
|
|
||||||
CONFIG_SERIO_SERPORT=y
|
|
||||||
# CONFIG_SERIO_CT82C710 is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Input Device Drivers
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Macintosh device drivers
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Character devices
|
|
||||||
#
|
|
||||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Serial drivers
|
|
||||||
#
|
|
||||||
# CONFIG_SERIAL_8250 is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Non-8250 serial port support
|
|
||||||
#
|
|
||||||
CONFIG_UNIX98_PTYS=y
|
|
||||||
CONFIG_UNIX98_PTY_COUNT=256
|
|
||||||
|
|
||||||
#
|
|
||||||
# I2C support
|
|
||||||
#
|
|
||||||
CONFIG_I2C=y
|
|
||||||
# CONFIG_I2C_ALGOBIT is not set
|
|
||||||
# CONFIG_I2C_ALGOPCF is not set
|
|
||||||
# CONFIG_I2C_IBM_OCP_ALGO is not set
|
|
||||||
CONFIG_I2C_CHARDEV=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# I2C Hardware Sensors Mainboard support
|
|
||||||
#
|
|
||||||
# CONFIG_I2C_ALI15X3 is not set
|
|
||||||
# CONFIG_I2C_AMD756 is not set
|
|
||||||
# CONFIG_I2C_AMD8111 is not set
|
|
||||||
# CONFIG_I2C_I801 is not set
|
|
||||||
# CONFIG_I2C_PIIX4 is not set
|
|
||||||
# CONFIG_I2C_SIS96X is not set
|
|
||||||
# CONFIG_I2C_VIAPRO is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# I2C Hardware Sensors Chip support
|
|
||||||
#
|
|
||||||
# CONFIG_SENSORS_ADM1021 is not set
|
|
||||||
# CONFIG_SENSORS_IT87 is not set
|
|
||||||
# CONFIG_SENSORS_LM75 is not set
|
|
||||||
# CONFIG_SENSORS_LM85 is not set
|
|
||||||
# CONFIG_SENSORS_VIA686A is not set
|
|
||||||
# CONFIG_SENSORS_W83781D is not set
|
|
||||||
# CONFIG_I2C_SENSOR is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Mice
|
|
||||||
#
|
|
||||||
CONFIG_BUSMOUSE=y
|
|
||||||
# CONFIG_QIC02_TAPE is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# IPMI
|
|
||||||
#
|
|
||||||
# CONFIG_IPMI_HANDLER is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Watchdog Cards
|
|
||||||
#
|
|
||||||
CONFIG_WATCHDOG=y
|
|
||||||
# CONFIG_WATCHDOG_NOWAYOUT is not set
|
|
||||||
# CONFIG_SOFT_WATCHDOG is not set
|
|
||||||
# CONFIG_WDT is not set
|
|
||||||
# CONFIG_WDTPCI is not set
|
|
||||||
# CONFIG_PCWATCHDOG is not set
|
|
||||||
# CONFIG_ACQUIRE_WDT is not set
|
|
||||||
# CONFIG_ADVANTECH_WDT is not set
|
|
||||||
# CONFIG_EUROTECH_WDT is not set
|
|
||||||
# CONFIG_IB700_WDT is not set
|
|
||||||
# CONFIG_MIXCOMWD is not set
|
|
||||||
# CONFIG_SCx200_WDT is not set
|
|
||||||
# CONFIG_60XX_WDT is not set
|
|
||||||
# CONFIG_W83877F_WDT is not set
|
|
||||||
# CONFIG_MACHZ_WDT is not set
|
|
||||||
# CONFIG_SC520_WDT is not set
|
|
||||||
# CONFIG_AMD7XX_TCO is not set
|
|
||||||
# CONFIG_ALIM7101_WDT is not set
|
|
||||||
# CONFIG_SC1200_WDT is not set
|
|
||||||
# CONFIG_WAFER_WDT is not set
|
|
||||||
# CONFIG_CPU5_WDT is not set
|
|
||||||
# CONFIG_NVRAM is not set
|
|
||||||
CONFIG_GEN_RTC=y
|
|
||||||
# CONFIG_GEN_RTC_X is not set
|
|
||||||
# CONFIG_DTLK is not set
|
|
||||||
# CONFIG_R3964 is not set
|
|
||||||
# CONFIG_APPLICOM is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Ftape, the floppy tape device driver
|
|
||||||
#
|
|
||||||
# CONFIG_FTAPE is not set
|
|
||||||
# CONFIG_AGP is not set
|
|
||||||
# CONFIG_DRM is not set
|
|
||||||
# CONFIG_RAW_DRIVER is not set
|
|
||||||
# CONFIG_HANGCHECK_TIMER is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Multimedia devices
|
|
||||||
#
|
|
||||||
# CONFIG_VIDEO_DEV is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Digital Video Broadcasting Devices
|
|
||||||
#
|
|
||||||
# CONFIG_DVB is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# File systems
|
|
||||||
#
|
|
||||||
CONFIG_EXT2_FS=y
|
|
||||||
# CONFIG_EXT2_FS_XATTR is not set
|
|
||||||
# CONFIG_EXT3_FS is not set
|
|
||||||
# CONFIG_JBD is not set
|
|
||||||
# CONFIG_REISERFS_FS is not set
|
|
||||||
# CONFIG_JFS_FS is not set
|
|
||||||
# CONFIG_XFS_FS is not set
|
|
||||||
# CONFIG_MINIX_FS is not set
|
|
||||||
# CONFIG_ROMFS_FS is not set
|
|
||||||
# CONFIG_QUOTA is not set
|
|
||||||
CONFIG_AUTOFS_FS=y
|
|
||||||
# CONFIG_AUTOFS4_FS is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# CD-ROM/DVD Filesystems
|
|
||||||
#
|
|
||||||
CONFIG_ISO9660_FS=y
|
|
||||||
# CONFIG_JOLIET is not set
|
|
||||||
# CONFIG_ZISOFS is not set
|
|
||||||
# CONFIG_UDF_FS is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# DOS/FAT/NT Filesystems
|
|
||||||
#
|
|
||||||
# CONFIG_FAT_FS is not set
|
|
||||||
# CONFIG_NTFS_FS is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Pseudo filesystems
|
|
||||||
#
|
|
||||||
CONFIG_PROC_FS=y
|
|
||||||
# CONFIG_DEVFS_FS is not set
|
|
||||||
CONFIG_DEVPTS_FS=y
|
|
||||||
# CONFIG_DEVPTS_FS_XATTR is not set
|
|
||||||
CONFIG_TMPFS=y
|
|
||||||
CONFIG_RAMFS=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Miscellaneous filesystems
|
|
||||||
#
|
|
||||||
# CONFIG_ADFS_FS is not set
|
|
||||||
# CONFIG_AFFS_FS is not set
|
|
||||||
# CONFIG_HFS_FS is not set
|
|
||||||
# CONFIG_BEFS_FS is not set
|
|
||||||
# CONFIG_BFS_FS is not set
|
|
||||||
# CONFIG_EFS_FS is not set
|
|
||||||
# CONFIG_CRAMFS is not set
|
|
||||||
# CONFIG_VXFS_FS is not set
|
|
||||||
# CONFIG_HPFS_FS is not set
|
|
||||||
# CONFIG_QNX4FS_FS is not set
|
|
||||||
# CONFIG_SYSV_FS is not set
|
|
||||||
# CONFIG_UFS_FS is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Network File Systems
|
|
||||||
#
|
|
||||||
CONFIG_NFS_FS=y
|
|
||||||
# CONFIG_NFS_V3 is not set
|
|
||||||
# CONFIG_NFS_V4 is not set
|
|
||||||
CONFIG_NFSD=y
|
|
||||||
# CONFIG_NFSD_V3 is not set
|
|
||||||
# CONFIG_NFSD_TCP is not set
|
|
||||||
CONFIG_ROOT_NFS=y
|
|
||||||
CONFIG_LOCKD=y
|
|
||||||
CONFIG_EXPORTFS=y
|
|
||||||
CONFIG_SUNRPC=y
|
|
||||||
# CONFIG_SUNRPC_GSS is not set
|
|
||||||
# CONFIG_SMB_FS is not set
|
|
||||||
# CONFIG_CIFS is not set
|
|
||||||
# CONFIG_NCP_FS is not set
|
|
||||||
# CONFIG_CODA_FS is not set
|
|
||||||
# CONFIG_INTERMEZZO_FS is not set
|
|
||||||
# CONFIG_AFS_FS is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Partition Types
|
|
||||||
#
|
|
||||||
# CONFIG_PARTITION_ADVANCED is not set
|
|
||||||
CONFIG_MSDOS_PARTITION=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Sound
|
|
||||||
#
|
|
||||||
# CONFIG_SOUND is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# IBM 40x options
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# USB support
|
|
||||||
#
|
|
||||||
# CONFIG_USB is not set
|
|
||||||
# CONFIG_USB_GADGET is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Bluetooth support
|
|
||||||
#
|
|
||||||
# CONFIG_BT is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Library routines
|
|
||||||
#
|
|
||||||
# CONFIG_CRC32 is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Kernel hacking
|
|
||||||
#
|
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
|
||||||
# CONFIG_KALLSYMS is not set
|
|
||||||
# CONFIG_SERIAL_TEXT_DEBUG is not set
|
|
||||||
CONFIG_OCP=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Security options
|
|
||||||
#
|
|
||||||
# CONFIG_SECURITY is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Cryptographic options
|
|
||||||
#
|
|
||||||
# CONFIG_CRYPTO is not set
|
|
Loading…
Reference in New Issue