Add support for Solid-Run CuBox (TDA995x)
[deb_libcec.git] / README
diff --git a/README b/README
index de118ea8befe2edd212a0f2fd247a68e7eb1186d..9bf87861cffd4ba81ac7e702b8b81a90ecb437fa 100644 (file)
--- a/README
+++ b/README
@@ -103,15 +103,15 @@ for 'configure':
                            === CuBox ===
 ===============================================================================
 
-Solid-Run's CuBox uses an HDMI tranceiver by NXP. The device driver for this,
-which is based on an SDK by the chip vendor, is built into the kernel. The
-following options for 'configure' have been introduced:
+Solid-Run's CuBox uses a combined HDMI tranceiver / CEC controller by NXP. The
+device driver for it is based on an SDK by the chip vendor and is compiled into
+the Linux kernel. The following options for 'configure' have been introduced:
 
 To enable support for the CuBox:
 --enable-cubox
 
-To specify the path for the NXP SDK:
---with-nxp-toolkit-path='path/to/linux/drivers/video/dovefb/nxp_hdmi'
+To specify the path to the SDK part of the kernel driver:
+--with-tda995x-toolkit-path='path/to/linux/drivers/video/dovefb/nxp_hdmi'
 
 If the toolkit path is not specified, it is assumed that a directory named
 'nxp_hdmi' (or a link to it) exists in the top level of the source tree.