diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 15:39:38 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 15:39:38 +0000 |
commit | 5f6572ec8bc6eb2acd3a7882445913b0b9fe0d91 (patch) | |
tree | 787a48e092ade5a9806efcb9cf9004aa7c776c3b /documentation/Kconfig.tex | |
parent | 9a94843820fbad070d80f6e59ec7d6558e6afdab (diff) |
Fix multiple missing files and errors from the recent commit. This happened
when Patrick's tree and mine got out of sync.
Link stage still fails.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4536 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'documentation/Kconfig.tex')
-rw-r--r-- | documentation/Kconfig.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/Kconfig.tex b/documentation/Kconfig.tex index eb77fa9778..6b38dc15dd 100644 --- a/documentation/Kconfig.tex +++ b/documentation/Kconfig.tex @@ -458,7 +458,12 @@ obj-$(CONFIG_HAVE_ACPI_TABLES) += amdk8_acpi.o \subsection{southbridge} \subsubsection{vendor and part} \subsection{superio} -\subsection{i2cmux} +\subsection{drivers/i2c} +This is a rather special case. There are no Kconfig files or Makefile.inc files here. They are notneeed. +To compile in one of these files, name the .o directory. E.g. in serengeti_cheetah we have: +\begin{verbatim} +\end{verbatim} + \subsubsection{vendor and part} \end{document} |