Re: [U-Boot] doc: add README for CONFIG_HWCONFIG option

2010-02-09 Thread Mike Frysinger
On Tuesday 09 February 2010 09:50:30 Heiko Schocher wrote: > +Enable this feature just define CONFIG_HWCONFIG in your board > +config file. To enable ... > +This implements simple hwconfig infrastructure: an > +interface for software knobs to control a hardware. ... a simple ... ... control hard

[U-Boot] doc: add README for CONFIG_HWCONFIG option

2010-02-09 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- doc/README.hwconfig | 51 +++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 doc/README.hwconfig diff --git a/doc/README.hwconfig b/doc/README.hwconfig new file mode 100644 index 000..d