14 Nov, 2016
1 commit
-
IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively. However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers. This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:* testing efforts are divided between two subsystems
* having duplicate drivers for same hardware confuses users
This patch converts storcenter_defconfig to use libata PATA
drivers.Signed-off-by: Bartlomiej Zolnierkiewicz
08 Jul, 2016
1 commit
-
Update defconfigs to remove old symbols and comments referencing old
symbols.Dropped:
* AVERAGE
* INET_LRO
* EXT3_DEFAULTS_TO_ORDERED
* EXT3_FS_XATTR
* I2O
* INFINIBAND_AMSO1100
* INFINIBAND_EHCA
* IP1000Replaced:
* BLK_DEV_XIP -> BLK_DEV_RAM_DAX
* CLK_PPC_CORENET -> CLK_QORIQ
* EXT2_FS_XIP -> FS_DAX
* EXT3_FS* -> EXT4_FS*Signed-off-by: Andrew Donnellan
Signed-off-by: Michael Ellerman
20 Jan, 2015
1 commit
-
It looks like it's ~4 years since we updated some of these, so do a bulk
update.Verified that the before and after generated configs are exactly the
same.Which begs the question why update them? The answer is that it can be
confusing when the stored defconfig drifts too far from the generated
result.Signed-off-by: Michael Ellerman
28 May, 2014
1 commit
-
It no longer occurs in Kconfig.
USB: remove CONFIG_USB_DEVICEFS(fb28d58b) leaked remove defconfig.Signed-off-by: Naoki MATSUMOTO
Signed-off-by: Greg Kroah-Hartman
07 Mar, 2014
1 commit
-
This patch removes CONFIG_MTD_PARTITIONS in config files for powerpc.
Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724.Signed-off-by: Eunbong Song
Signed-off-by: Benjamin Herrenschmidt
21 Jan, 2011
1 commit
-
The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
is used to configure any non-standard kernel with a much larger scope than
only small devices.This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
references to the option throughout the kernel. A new CONFIG_EMBEDDED
option is added that automatically selects CONFIG_EXPERT when enabled and
can be used in the future to isolate options that should only be
considered for embedded systems (RISC architectures, SLOB, etc).Calling the option "EXPERT" more accurately represents its intention: only
expert users who understand the impact of the configuration changes they
are making should enable it.Reviewed-by: Ingo Molnar
Acked-by: David Woodhouse
Signed-off-by: David Rientjes
Cc: Greg KH
Cc: "David S. Miller"
Cc: Jens Axboe
Cc: Arnd Bergmann
Cc: Robin Holt
Cc:
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
09 Aug, 2010
1 commit
-
This trims all our defconfigs using make savedefconfig
Signed-off-by: Benjamin Herrenschmidt
15 Jun, 2010
1 commit
-
Acked-by: Grant Likely
On 5 May 2010 21:33, "Anton Blanchard" wrote:
CONFIG_SYSFS_DEPRECATED can cause issues with newer distros and should not
be required for any distro in the last 3 or 4 years, so disable it.Signed-off-by: Anton Blanchard
Signed-off-by: Benjamin Herrenschmidt
20 Apr, 2010
1 commit
-
Signed-off-by: Kumar Gala
06 Jan, 2010
1 commit
-
Signed-off-by: Kumar Gala
05 Nov, 2009
1 commit
-
Updated mpc85xx_{smp_}defconfig to enable:
* XES_MPC85xx board
* PCI MSI
* RapidIOSigned-off-by: Kumar Gala
30 Jul, 2009
1 commit
-
Signed-off-by: Kumar Gala
14 May, 2009
1 commit
-
Signed-off-by: Kumar Gala
10 Mar, 2009
1 commit
-
Defining flash partition table in platform code is deprecated, and due to
recent changes linkstation and storcenter do not compile any more with
their default configurations because of undefined references to
physmap_set_partitions(). Instead of fixing them by using the correct
kernel configuration macro in preprocessor conditional, remove partition
table definitions altogether. Instead add support for partition definition
on the command-line and in device tree to the default configurations.Signed-off-by: Guennadi Liakhovetski
Signed-off-by: Kumar Gala
28 Jan, 2009
1 commit
27 Jan, 2009
2 commits
-
Signed-off-by: Kumar Gala
-
Now that all EEPROM drivers live in the same place, let's harmonize
their symbol names.Also fix eeprom's dependencies, it definitely needs sysfs, and is no
longer experimental after many years in the kernel tree.Signed-off-by: Jean Delvare
Acked-by: Wolfram Sang
Cc: David Brownell
09 Nov, 2008
1 commit
-
unset CONFIG_PCI_LEGACY in the defconfigs as none of them enable
ISDN drivers which seem to be the only place we are using pci_find_deviceSigned-off-by: Kumar Gala
21 Aug, 2008
1 commit
-
Since we are updated defconfigs I went ahead and moved the
asp8347_defconfig under 83xx/ and the mpc8536_ds_defconfig under
85xx/ as that is where they should have been to start with.Signed-off-by: Kumar Gala
09 Jun, 2008
1 commit
-
Signed-off-by: Kumar Gala
01 Apr, 2008
1 commit
-
The new rtc subsystem conflicts with genrtc so don't enable GENRTC
if RTCLIB is enabled.Signed-off-by: Kumar Gala
24 Mar, 2008
1 commit
-
Signed-off-by: Kumar Gala
24 Jan, 2008
1 commit
-
Signed-off-by: Jon Loeliger
Acked-by: Andy Wilcox
Signed-off-by: Kumar Gala