Skip to content

Commit

Permalink
Update uClinux .config for linux-3.0 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuitl committed Oct 27, 2011
1 parent e1c740f commit 3273fc2
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .config
Expand Up @@ -20,6 +20,7 @@ CONFIG_DISTVERSION="4.0"
# CONFIG_DEFAULTS_APPLE is not set
# CONFIG_DEFAULTS_ARCTURUS is not set
# CONFIG_DEFAULTS_ARNEWSH is not set
# CONFIG_DEFAULTS_ATARI is not set
# CONFIG_DEFAULTS_ATHEROS is not set
# CONFIG_DEFAULTS_ATMARKTECHNO is not set
# CONFIG_DEFAULTS_ATMEL is not set
Expand All @@ -35,6 +36,7 @@ CONFIG_DISTVERSION="4.0"
# CONFIG_DEFAULTS_ETSEC is not set
# CONFIG_DEFAULTS_EXYS is not set
# CONFIG_DEFAULTS_FEITH is not set
# CONFIG_DEFAULTS_FIREBEE is not set
# CONFIG_DEFAULTS_FREESCALE is not set
# CONFIG_DEFAULTS_FUTURE is not set
# CONFIG_DEFAULTS_GDB is not set
Expand Down Expand Up @@ -76,7 +78,6 @@ CONFIG_DEFAULTS_NUVOTON=y
# CONFIG_DEFAULTS_TELEIP is not set
# CONFIG_DEFAULTS_TI is not set
# CONFIG_DEFAULTS_TRISCEND is not set
# CONFIG_DEFAULTS_UNITAB is not set
# CONFIG_DEFAULTS_VIA is not set
# CONFIG_DEFAULTS_WEISS is not set
# CONFIG_DEFAULTS_XILINX is not set
Expand All @@ -89,16 +90,24 @@ CONFIG_DEFAULTS_NUVOTON_NUC700=y
#
# Kernel/Library/Defaults Selection
#
CONFIG_DEFAULTS_KERNEL_2_6=y
# CONFIG_DEFAULTS_KERNEL_2_6_linus is not set

#
# Kernel is linux-3.0
#
CONFIG_DEFAULTS_KERNEL_3_0=y
CONFIG_DEFAULTS_LIBC_UCLIBC=y
# CONFIG_DEFAULTS_LIBC_UCLIBC_0_9_32 is not set
# CONFIG_DEFAULTS_LIBC_UC_LIBC is not set
# CONFIG_DEFAULTS_LIBC_GLIBC is not set
# CONFIG_DEFAULTS_LIBC_NONE is not set

#
# glibc Library Configuration (if selected)
#
# CONFIG_DEFAULTS_OVERRIDE is not set
# CONFIG_DEFAULTS_KERNEL is not set
# CONFIG_DEFAULTS_VENDOR is not set
# CONFIG_DEFAULTS_VENDOR_UPDATE is not set
CONFIG_VENDOR=Nuvoton
CONFIG_PRODUCT=NUC700
CONFIG_LINUXDIR=linux-2.6.x
CONFIG_LINUXDIR=linux-3.0
CONFIG_LIBCDIR=uClibc

0 comments on commit 3273fc2

Please sign in to comment.