Christian Wiese
|
01617ad0e3
|
linux26: disable building of sample code by default
|
15 years ago |
Christian Wiese
|
10b5a56550
|
linux26: disable build time boot arguments by default
|
15 years ago |
Christian Wiese
|
23f9fbfa91
|
linux26: disable the tracing infrastructure by default
|
15 years ago |
Christian Wiese
|
8975fd7abc
|
linux26: disable gcov kernel profiling support by default because it seems to be broken
|
15 years ago |
Christian Wiese
|
6c61528049
|
linux26: fixed serial console support by adding CONFIG_SERIAL_8250_PCI=y and CONFIG_SERIAL_8250_PNP=y
Note: There are known problems using the 8250 PNP driver as a module!
|
15 years ago |
Alejandro Mery
|
653d8a969c
|
linux26: disabled reiserfs's debugging
|
15 years ago |
Alejandro Mery
|
3637fe409b
|
linux26: enabled Unix Domain sockets as built-in on every kernel, as needed by udev
|
15 years ago |
Alejandro Mery
|
69f707cc63
|
linux26: enable i8042 (ps/2 kbd) as built-in because we can't make udev detect it's needed
|
15 years ago |
Alejandro Mery
|
1e32b6c546
|
linux26: disable CONFIG_SYSFS_DEPRECATED to make udev happy
|
15 years ago |
Alejandro Mery
|
a275bb6d8e
|
linux26: disabled CONFIG_SUNDANCE_MMIO, makes the module fail to initialize the NIC (since .20 to present)
|
15 years ago |
Alejandro Mery
|
6d1ae0acb4
|
linux26: disabled CONFIG_DEBUG_* and CONFIG_*_DEBUG, 943M in modules was too much, now I get just 79M (in 2138 .ko files)
|
15 years ago |
Alejandro Mery
|
944d05b03a
|
linux26: fixed x86 compilation in >= 2.6.24, as now 64 bits is the default
|
15 years ago |
Alejandro Mery
|
33dcca7a05
|
linux26: fixed arch/share.in to translate x86 to i386 until 2.6.23
|
15 years ago |
Alejandro Mery
|
06b1d032ff
|
linux26: set arch for x86
|
15 years ago |
Alejandro Mery
|
af8b89af67
|
linux26: changed to adjust lx_cpu using $confdir/arch/$arch.in, so we have more room to develop $ver oddities
|
15 years ago |
Alejandro Mery
|
984b7b2465
|
linux26: enabled serial console by default
|
16 years ago |
Alejandro Mery
|
d1ad17f00c
|
[linux26] Introduced arch/config.x86-64.sh, doing a simple mapping between $SDECFG_X8664_OPT and something meaningful for the kernel
|
17 years ago |
Alejandro Mery
|
a2249ab698
|
[linux26] Introduced arch/config.x86.sh, doing a simple mapping between $SDECFG_X86_OPT and something meaningful for the kernel's config
|
17 years ago |
Alejandro Mery
|
de92c342d1
|
[linux26] Added arch/config-common.sh script, which makes some small tweaks to be called by config.$arch.sh
|
17 years ago |