usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
authorStefan Roese <sr@denx.de>
Wed, 5 Mar 2008 11:29:32 +0000 (12:29 +0100)
committerStefan Roese <sr@denx.de>
Sat, 15 Mar 2008 06:28:05 +0000 (07:28 +0100)
commit2596f5b9d353ff3e4387a3325d05740f16958038
tree34293a09f79af737592c5ad835f0c4a79a5ba73b
parent71665ebf88408ff2acb762af47989fd4365b321a
usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver

This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
way a board just needs to define this new option to enable the "force
NoPowerSwitching mode" instead of adding new CPU/architecture defines
to the USB source itself.

This new option will be used first with the new AMCC 460EX Canyonlands
board port, which will be posted in a few days.

This patch also fixes a small compilation problem when DEBUG is enabled.

Signed-off-by: Stefan Roese <sr@denx.de>
drivers/usb/usb_ohci.c