Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CHROMEBOOK_PLATFORM(4)	    Kernel Interfaces Manual	CHROMEBOOK_PLATFORM(4)

NAME
       chromebook_platform  --	support	driver for hardware on various Chrome-
       book models

SYNOPSIS
       To compile this driver into the kernel, place the following lines  into
       the kernel configuration	file:

	     device chromebook_platform

       Alternatively,  to  load	the driver as a	module at boot time, place the
       following line in loader.conf(5):

	     chromebook_platform_load="YES"

DESCRIPTION
       The chromebook_platform driver provides automatic configuration for de-
       vices that cannot be enumerated or safely probed.  In  particular,  I2C
       peripherals are different from model to model.  chromebook_platform has
       a  model-specific information about the I2C peripherals,	their drivers,
       their bus attachments and slave addresses.

       Note that chromebook_platform does not load driver modules for the  pe-
       ripherals.   Those  have	to be compiled into the	kernel or loaded sepa-
       rately.

SEE ALSO
       cyapa(4), iicbus(4), isl(4)

AUTHORS
       The chromebook_platform driver and this manual  page  were  written  by
       Andriy Gapon <avg@FreeBSD.org>.

FreeBSD	13.2		       October 13, 2016		CHROMEBOOK_PLATFORM(4)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=chromebook_platform&sektion=4&manpath=FreeBSD+14.0-RELEASE+and+Ports>

home | help