xref: /netbsd-src/sys/arch/evbarm/conf/NAPPI_MD (revision ba65fde2d7fefa7d39838fa5fa855e62bd606b5e)
1#       $NetBSD: NAPPI_MD,v 1.3 2010/11/23 11:13:56 hannken Exp $
2#
3#	NAPPI -- Netwise APlication Platform Board Kernel
4#
5#	NAPPI_MD config file
6#
7
8include "arch/evbarm/conf/NAPPI"
9
10# Enable the hooks used for initializing the ram-disk.
11options		MEMORY_DISK_HOOKS
12options		MEMORY_DISK_IS_ROOT		# Force root on ram-disk
13options		MEMORY_DISK_ROOT_SIZE=8192	# 2 Megabytes
14options		MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
15
16# disk/mass storage pseudo-devices
17pseudo-device	md		# memory disk device
18