[opensuse-kernel] PATCH: powerpc config adjustments
Hi, This makes CONFIG_POWER_SUPPLY=y like in the other architectures, it also disables the EHCA driver as gcc 4.6 currently fails to compile it correctly. Ciao, Marcus --- config/ppc/default | 2 +- config/ppc/ppc64 | 4 ++-- config/ppc/vanilla | 2 +- config/ppc64/debug | 2 +- config/ppc64/default | 2 +- config/ppc64/ppc64 | 2 +- config/ppc64/trace | 2 +- config/ppc64/vanilla | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/ppc/default b/config/ppc/default index a5306f7..fdada25 100644 --- a/config/ppc/default +++ b/config/ppc/default @@ -2580,7 +2580,7 @@ CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_APM_POWER=m diff --git a/config/ppc/ppc64 b/config/ppc/ppc64 index 821fdc2..b45fb19 100644 --- a/config/ppc/ppc64 +++ b/config/ppc/ppc64 @@ -2582,7 +2582,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m @@ -3917,7 +3917,7 @@ CONFIG_INFINIBAND_ADDR_TRANS=y CONFIG_INFINIBAND_MTHCA=m CONFIG_INFINIBAND_MTHCA_DEBUG=y CONFIG_INFINIBAND_QIB=m -CONFIG_INFINIBAND_EHCA=m +# CONFIG_INFINIBAND_EHCA is not set CONFIG_INFINIBAND_AMSO1100=m # CONFIG_INFINIBAND_AMSO1100_DEBUG is not set CONFIG_INFINIBAND_CXGB3=m diff --git a/config/ppc/vanilla b/config/ppc/vanilla index 3614894..8dacedd 100644 --- a/config/ppc/vanilla +++ b/config/ppc/vanilla @@ -2573,7 +2573,7 @@ CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_APM_POWER=m diff --git a/config/ppc64/debug b/config/ppc64/debug index bdeecdd..4f51f2d 100644 --- a/config/ppc64/debug +++ b/config/ppc64/debug @@ -2593,7 +2593,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m # CONFIG_W1_SLAVE_BQ27000 is not set -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/default b/config/ppc64/default index 1405aa1..700df1c 100644 --- a/config/ppc64/default +++ b/config/ppc64/default @@ -2582,7 +2582,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m # CONFIG_W1_SLAVE_BQ27000 is not set -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/ppc64 b/config/ppc64/ppc64 index 97036ee..552dbdc 100644 --- a/config/ppc64/ppc64 +++ b/config/ppc64/ppc64 @@ -2640,7 +2640,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/trace b/config/ppc64/trace index 3bd8e2e..c4a75ce 100644 --- a/config/ppc64/trace +++ b/config/ppc64/trace @@ -2640,7 +2640,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/vanilla b/config/ppc64/vanilla index f878cb3..714ac58 100644 --- a/config/ppc64/vanilla +++ b/config/ppc64/vanilla @@ -2573,7 +2573,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m # CONFIG_W1_SLAVE_BQ27000 is not set -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m -- 1.7.6 -- Working, but not speaking, for the following german company: SUSE LINUX Products GmbH, HRB 16746 (AG Nuernberg) Geschaeftsfuehrer: Jeff Hawn, Jennifer Guild, Felix Imendoerffer -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
Ping? On Mon, Jul 25, 2011 at 08:57:43AM +0200, Marcus Meissner wrote:
Hi,
This makes CONFIG_POWER_SUPPLY=y like in the other architectures, it also disables the EHCA driver as gcc 4.6 currently fails to compile it correctly.
Ciao, Marcus --- config/ppc/default | 2 +- config/ppc/ppc64 | 4 ++-- config/ppc/vanilla | 2 +- config/ppc64/debug | 2 +- config/ppc64/default | 2 +- config/ppc64/ppc64 | 2 +- config/ppc64/trace | 2 +- config/ppc64/vanilla | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config/ppc/default b/config/ppc/default index a5306f7..fdada25 100644 --- a/config/ppc/default +++ b/config/ppc/default @@ -2580,7 +2580,7 @@ CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_APM_POWER=m diff --git a/config/ppc/ppc64 b/config/ppc/ppc64 index 821fdc2..b45fb19 100644 --- a/config/ppc/ppc64 +++ b/config/ppc/ppc64 @@ -2582,7 +2582,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m @@ -3917,7 +3917,7 @@ CONFIG_INFINIBAND_ADDR_TRANS=y CONFIG_INFINIBAND_MTHCA=m CONFIG_INFINIBAND_MTHCA_DEBUG=y CONFIG_INFINIBAND_QIB=m -CONFIG_INFINIBAND_EHCA=m +# CONFIG_INFINIBAND_EHCA is not set CONFIG_INFINIBAND_AMSO1100=m # CONFIG_INFINIBAND_AMSO1100_DEBUG is not set CONFIG_INFINIBAND_CXGB3=m diff --git a/config/ppc/vanilla b/config/ppc/vanilla index 3614894..8dacedd 100644 --- a/config/ppc/vanilla +++ b/config/ppc/vanilla @@ -2573,7 +2573,7 @@ CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_APM_POWER=m diff --git a/config/ppc64/debug b/config/ppc64/debug index bdeecdd..4f51f2d 100644 --- a/config/ppc64/debug +++ b/config/ppc64/debug @@ -2593,7 +2593,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m # CONFIG_W1_SLAVE_BQ27000 is not set -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/default b/config/ppc64/default index 1405aa1..700df1c 100644 --- a/config/ppc64/default +++ b/config/ppc64/default @@ -2582,7 +2582,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m # CONFIG_W1_SLAVE_BQ27000 is not set -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/ppc64 b/config/ppc64/ppc64 index 97036ee..552dbdc 100644 --- a/config/ppc64/ppc64 +++ b/config/ppc64/ppc64 @@ -2640,7 +2640,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/trace b/config/ppc64/trace index 3bd8e2e..c4a75ce 100644 --- a/config/ppc64/trace +++ b/config/ppc64/trace @@ -2640,7 +2640,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m CONFIG_W1_SLAVE_BQ27000=m -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m diff --git a/config/ppc64/vanilla b/config/ppc64/vanilla index f878cb3..714ac58 100644 --- a/config/ppc64/vanilla +++ b/config/ppc64/vanilla @@ -2573,7 +2573,7 @@ CONFIG_W1_SLAVE_DS2431=m CONFIG_W1_SLAVE_DS2760=m CONFIG_W1_SLAVE_DS2780=m # CONFIG_W1_SLAVE_BQ27000 is not set -CONFIG_POWER_SUPPLY=m +CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m CONFIG_WM831X_BACKUP=m -- 1.7.6
-- Working, but not speaking, for the following german company: SUSE LINUX Products GmbH, HRB 16746 (AG Nuernberg) Geschaeftsfuehrer: Jeff Hawn, Jennifer Guild, Felix Imendoerffer -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
-- Working, but not speaking, for the following german company: SUSE LINUX Products GmbH, HRB 16746 (AG Nuernberg) Geschaeftsfuehrer: Jeff Hawn, Jennifer Guild, Felix Imendoerffer -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Mon, Jul 25, 2011 at 08:57:43AM +0200, Marcus Meissner wrote:
Hi,
This makes CONFIG_POWER_SUPPLY=y like in the other architectures, it also disables the EHCA driver as gcc 4.6 currently fails to compile it correctly.
Ciao, Marcus --- config/ppc/default | 2 +- config/ppc/ppc64 | 4 ++-- config/ppc/vanilla | 2 +- config/ppc64/debug | 2 +- config/ppc64/default | 2 +- config/ppc64/ppc64 | 2 +- config/ppc64/trace | 2 +- config/ppc64/vanilla | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-)
Applied to master, thanks. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (2)
-
Marcus Meissner
-
Michal Marek